ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / View<T> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (View<T>)
    In This Topic
    Returns an enumerator that iterates through the view items.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of T)
    public System.Collections.Generic.IEnumerator<T> GetEnumerator()
    See Also